[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: What to do with build.xml?
|
Hi Ricardo,
Using Eclipse, you need to download the projects org.eclipse.swt and
org.eclipse.swt.win32 from the Eclipse repository (not just the script).
The script is in org.eclipse.swt.win32 and it uses the source files
available in org.eclipse.swt.
Once this is done, you will have these 2 projects in your workspace.
Let me know if you need more details on how to get these 2 projects inside
your Eclipse workspace.
After this step is completed (this corresponds to step 2.1 in the SWT FAQ
"What do I need to do to run SWT on the PocketPC?"), you can right-click
on the file build_custom.xml (step 2.2) within the org.eclipse.swt.win32
project. After following the instructions available in this file, Eclipse
will generate the swt.jar using the project org.eclipse.swt.
Let us know how it goes,
Chris