For Apple II, WUDSN IDE automatically generates a bootable AppleDos 3.3 disk image with the extension
".dsk" if one of the predefined emulators is used for execution. If you want to use another DOS or disk
size or if you want to put more files onto the disk after compilation, you can use the command line
- version of AppleCommander to achieve this. Create a makefile script and
configured it as described in How to run a makefile script instead of an
emulator?. In the case of Apple Disk images always remember to use the correct file
diff --git a/com.wudsn.site.update/.gitignore b/com.wudsn.site.update/.gitignore
index 2427b5e9..dd22afe3 100644
--- a/com.wudsn.site.update/.gitignore
+++ b/com.wudsn.site.update/.gitignore
@@ -13,3 +13,4 @@
/content.jar
/1.7.2/
+/stable/
diff --git a/com.wudsn.site.update/.project b/com.wudsn.site.update/.project
index e20c816a..21533749 100644
--- a/com.wudsn.site.update/.project
+++ b/com.wudsn.site.update/.project
@@ -14,4 +14,11 @@
org.eclipse.pde.UpdateSiteNature
+
+
+ update
+ 2
+ C:/jac/system/WWW/Sites/www.wudsn.com/update
+
+
diff --git a/com.wudsn.site.update/check-bundle-versions.bat b/com.wudsn.site.update/check-bundle-versions.bat
index e722acd9..b6e51492 100644
--- a/com.wudsn.site.update/check-bundle-versions.bat
+++ b/com.wudsn.site.update/check-bundle-versions.bat
@@ -1,16 +1,16 @@
@echo off
setlocal
set PATH=%PATH%;C:\jac\bin\wbin
-cd C:\jac\system\Java\Programming\Repositories\WUDSN-IDE
+set FOLDER=C:\jac\system\Java\Programming\Repositories\WUDSN-IDE
+cd %FOLDER%
+echo Checking bundle versions in %FOLDER%.
call :check com.wudsn.ide.base
call :check com.wudsn.ide.hex
call :check com.wudsn.ide.dsk
call :check com.wudsn.ide.gfx
call :check com.wudsn.ide.lng
call :check com.wudsn.ide.lng.asm
-call :check com.wudsn.ide.lng.asm.compilers
-call :check com.wudsn.ide.lng.asm.compilers.test
call :check com.wudsn.ide.lng.pas
call :check com.wudsn.ide.snd
@@ -21,11 +21,10 @@ goto :eof
:check
-rem echo | set /p=%1
-echo %1
+echo Plugin: %1
if exist %1\META-INF\MANIFEST.MF grep Bundle-Version %1\META-INF\MANIFEST.MF
if exist %1\META-INF\MANIFEST.MF grep Bundle-RequiredExecutionEnvironment %1\META-INF\MANIFEST.MF
if exist %1\build.properties grep jre.compilation.profile %1\build.properties
-if exist %1\feature.xml grep version= %1\feature.xml
+if exist %1\feature.xml grep version= %1\feature.xml|grep qualifier
echo.
goto :eof
diff --git a/com.wudsn.site.update/index.html b/com.wudsn.site.update/index.html
index 53c94e51..65d8c36a 100644
--- a/com.wudsn.site.update/index.html
+++ b/com.wudsn.site.update/index.html
@@ -7,7 +7,7 @@
Dear visitor, you cannot access this part of the web site with your browser.
- Instead you can use "https://www.wudsn.com/update" as update site in your Eclipse installation.
+ Instead you can use "https://www.wudsn.com/update/stable" as update site in your Eclipse installation.
You will be redirected to the
installation page
diff --git a/com.wudsn.site.update/site.xml b/com.wudsn.site.update/site-template.xml
similarity index 72%
rename from com.wudsn.site.update/site.xml
rename to com.wudsn.site.update/site-template.xml
index 0b74732d..91dda3ca 100644
--- a/com.wudsn.site.update/site.xml
+++ b/com.wudsn.site.update/site-template.xml
@@ -3,10 +3,10 @@
Central Update Site for WUDSN IDE
-
+
-
+
diff --git a/com.wudsn.site.update/site.ant b/com.wudsn.site.update/site.ant
index de962d1e..34d9c8ba 100644
--- a/com.wudsn.site.update/site.ant
+++ b/com.wudsn.site.update/site.ant
@@ -1,8 +1,8 @@
+
+
+
+
+
+
+ Update folder ${update_folder}
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Expecting bundle version ${stable_version}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Open daily/site.xml and press "Build All". Then run the target "upload_to_site" to upload the daily version.
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Open daily/site.xml and press "Build All". Then run the target "upload_site" to upload the daily version.
-
+
+
-
-
- Copying daily to stable and main.
-
-
-
-
-
-
-
-
-
- Done.
-
-
-
- Uploading builds from ${basedir}.
-
-
-
- Upload completed.
-
-
-
-
-
-
-
-
+ Copying daily to ${stable_version} and stable.
+
+
+
+
+
+
+
+
+
+ Done.
+
+
+
+
+
+
+ Upload completed.
+
\ No newline at end of file
diff --git a/com.wudsn.site.update/site.properties b/com.wudsn.site.update/site.properties
new file mode 100644
index 00000000..1811207d
--- /dev/null
+++ b/com.wudsn.site.update/site.properties
@@ -0,0 +1,2 @@
+site_folder=C:\\jac\\system\\WWW\\Sites\\www.wudsn.com
+stable_version=1.7.2
diff --git a/com.wudsn.site.update/site.scp b/com.wudsn.site.update/site.scp
deleted file mode 100644
index 3deab542..00000000
--- a/com.wudsn.site.update/site.scp
+++ /dev/null
@@ -1,8 +0,0 @@
-open sftp://%IONOS_USER%:%IONOS_PASSWORD%@home280969378.1and1-data.host/ -hostkey="ssh-ed25519 256 0d:15:61:04:10:c2:d7:ce:af:55:68:0a:7c:9c:b8:d7"
-
-lcd C:\jac\system\Java\Programming\Repositories\WUDSN-IDE\com.wudsn.site.update
-cd /www.wudsn.com/update
-
-synchronize -delete remote
-
-exit