Re: [javaCompiler-users] Waiting for the features ... :)
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2006-07-29 11:06:48
|
Hello Abir > Pleasure to know that most of the feature's requested will be > implemented in near future ... I am more than happy .... :-) > But I won't do it this way. Because: > - The result of changing the imports is exactly the same. > - This enables to use the gcj builtin awt/swing support too. > > </quote> > I hadn't thought about the second point ... How complete the classpath for windows . awt or swing works? > <quote> No one knows exactly. I'm doing some tests in the next time. I keep it anyway because linux only projecs can use the classpath implementations... > How do you compile libraries like swingwt with the gcc version shipped > with JavaCompiler? > can you give me the command ? .... i.e how to update it to use swingwt > .88 ? Here my commands to compile 0.87. Just adapt the paths and overwrite the files in the swingWT-0.87 dir. set WIN_GCJ=D:\fh\PA2\code\javaCompiler\ressources\gcc-4.2.0-win\bin\gcj set LIN_GCJ=D:\fh\PA2\code\javaCompiler\ressources\gcc-4.2.0-lin\bin\gcj D: cd D:\fh\PA2\code\javaCompiler\ressources\swingWT-0.87 %WIN_GCJ% -c swingwt-all.jar -o swingwt-win.jar.o -I ../swt3139/swt-win.jar -I bcel-5.1-all.jar -I commons-lang-all.jar -I draw2d-all.jar -I ../jface-3.1.3/org.eclipse.jface_3.1.1-all.jar -I ../jface-3.1.1/org.eclipse.jface_3.1.1-all.jar -I../jface-3.1.1/org.eclipse.core.runtime_3.1.1-all.jar %LIN_GCJ% -c swingwt-all.jar -o swingwt-lin.jar.o -I ../swt3139/swt-lin.jar -I bcel-5.1-all.jar -I commons-lang-all.jar -I draw2d-all.jar -I ../jface-3.1.3/org.eclipse.jface_3.1.1-all.jar -I ../jface-3.1.1/org.eclipse.jface_3.1.1-all.jar -I../jface-3.1.1/org.eclipse.core.runtime_3.1.1-all.jar %WIN_GCJ% -c commons-lang-all.jar -o commons-lang-win.jar.o %LIN_GCJ% -c commons-lang-all.jar -o commons-lang-lin.jar.o %WIN_GCJ% -c draw2d-all.jar -o draw2d-win.jar.o -I ../swt3139/swt-win.jar -I ../jface-3.1.1/org.eclipse.core.runtime_3.1.1-all.jar -I ../jface-3.1.1/org.eclipse.osgi_3.1.1-all.jar %LIN_GCJ% -c draw2d-all.jar -o draw2d-lin.jar.o -I ../swt3139/swt-lin.jar -I ../jface-3.1.1/org.eclipse.core.runtime_3.1.1-all.jar -I ../jface-3.1.1/org.eclipse.osgi_3.1.1-all.jar %WIN_GCJ% -c bcel-5.1-all.jar -o bcel-5.1-win.jar.o -I jakarta-regexp-1.4-all.jar %LIN_GCJ% -c bcel-5.1-all.jar -o bcel-5.1-lin.jar.o -I jakarta-regexp-1.4-all.jar %WIN_GCJ% -c jakarta-regexp-1.4-all.jar -o jakarta-regexp-1.4-win.jar.o %LIN_GCJ% -c jakarta-regexp-1.4-all.jar -o jakarta-regexp-1.4-lin.jar.o > And, lastly why one extra s in "resources" folder? any reason behind that? Hihi. Thanks. I guess because I'm not a native english speaker ;-) Marco |