Hi Eric et al, The build process is working again. I've updated the build so that it creates the build.xml and related files during the build itself. Therefore we won't have to deal with these path issues again. This will also prevent us from having to deal deleted build.xmls (Eclipse likes to delete them for you). So all thats required to participate in the build is the changes to build.properties and the changes to masterbuild.xml.
Eric, can you please download the new zips and verify that they work for you. Regards, -Chris From: Eric Wuillai <[EMAIL PROTECTED]> To: Nebula Dev <[email protected]> Date: 03/29/2007 05:23 PM Subject: Re: [nebula-dev] Nightly build Hi Chris, > Re 1.) We must have forgotten to update the readme. I've updated it > now. You're right, the properties should go in build.properties. > Originally we had a separate nebula.properties file but in the end > merged it with the normal build.properties. Thanks > Re 2.) This is hard coded for now. Eventually we will pull the version > # from the manifest.mf. What did you want to change? For the moment I will stay in alpha state and 1.0 release. So there is no problem for me with the actual process. But there is other projects on Nebula that are in beta state. I think a possibility is to add 2 new properties in build.properties : nebula.state=ALPHA nebula.release=1.0 > Re 3.) You should change your javaCompiler...args to match the existing > ones in grid or gallery. Essentially remove your path references. Done. However I have a problem. The build process produces the zip files, but the JAR files contained in does not work. I downloaded and putted them in the classpath of my test application. I have many errors. All methods and constructors including SWT classes as parameters or overriding SWT ones are invalids. When I decompile the classes with JAD, all this methods are missing. It seems there is problem of dependencies with SWT. Here is the content of my javaCompiler...args files : #ADAPTER#ACCESS#org.eclipse.swt/bin[+org/eclipse/swt/*;+org/eclipse/swt/accessibility/*;+org/eclipse/swt/awt/*;+org/eclipse/swt/browser/*;+org/eclipse/swt/custom/*;+org/eclipse/swt/dnd/*;+org/eclipse/swt/events/*;+org/eclipse/swt/graphics/*;+org/eclipse/swt/layout/*;+org/eclipse/swt/opengl/*;+org/eclipse/swt/printing/*;+org/eclipse/swt/program/*;+org/eclipse/swt/widgets/*;~org/eclipse/swt/internal/*;~org/eclipse/swt/internal/image/*;~org/eclipse/swt/internal/theme/*;+org/eclipse/swt/ole/win32/*;~org/eclipse/swt/internal/gdip/*;~org/eclipse/swt/internal/ole/win32/*;~org/eclipse/swt/internal/win32/*;~org/eclipse/swt/internal/opengl/win32/*;?**/*] #ADAPTER#ACCESS#org.eclipse.swt/@dot[+org/eclipse/swt/*;+org/eclipse/swt/accessibility/*;+org/eclipse/swt/awt/*;+org/eclipse/swt/browser/*;+org/eclipse/swt/custom/*;+org/eclipse/swt/dnd/*;+org/eclipse/swt/events/*;+org/eclipse/swt/graphics/*;+org/eclipse/swt/layout/*;+org/eclipse/swt/opengl/*;+org/eclipse/swt/printing/*;+org/eclipse/swt/program/*;+org/eclipse/swt/widgets/*;~org/eclipse/swt/internal/*;~org/eclipse/swt/internal/image/*;~org/eclipse/swt/internal/theme/*;+org/eclipse/swt/ole/win32/*;~org/eclipse/swt/internal/gdip/*;~org/eclipse/swt/internal/ole/win32/*;~org/eclipse/swt/internal/win32/*;~org/eclipse/swt/internal/opengl/win32/*;?**/*] #ADAPTER#ACCESS#eclipse33m5/eclipse/plugins/org.eclipse.swt.win32.win32.x86_3.3.0.v3325.jar[+org/eclipse/swt/*;+org/eclipse/swt/accessibility/*;+org/eclipse/swt/awt/*;+org/eclipse/swt/browser/*;+org/eclipse/swt/custom/*;+org/eclipse/swt/dnd/*;+org/eclipse/swt/events/*;+org/eclipse/swt/graphics/*;+org/eclipse/swt/layout/*;+org/eclipse/swt/opengl/*;+org/eclipse/swt/printing/*;+org/eclipse/swt/program/*;+org/eclipse/swt/widgets/*;~org/eclipse/swt/internal/*;~org/eclipse/swt/internal/image/*;~org/eclipse/swt/internal/theme/*;+org/eclipse/swt/ole/win32/*;~org/eclipse/swt/internal/gdip/*;~org/eclipse/swt/internal/ole/win32/*;~org/eclipse/swt/internal/win32/*;~org/eclipse/swt/internal/opengl/win32/*;?**/*] Regards, Eric _______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
