cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
phoenix_ml
Level 3

source path in team development

Hi All,

Currently one of our developers is trying to build my IA project but he doesn't have IA installed.

The source path kept complaining but he had to copy the file com.zerog.ia.PathManager.properties to C:\Documents and Settings\Administrator\InstallAnywhere\100\Enterprise\preferences

and it worked.

However, is there a way to set the source path in the build.xml instead of having to manually copy this file over?

Thanks
Labels (1)
0 Kudos
(5) Replies
pv7721
Level 20

Please be aware that IA is licensed on a per-developer basis, so at least a build license is needed!
0 Kudos
phoenix_ml
Level 3

Hi there
we have a license for the developer too
but somehow now we are getting the following error when building the installer

[buildinstaller] Unable to invoke the method:
[buildinstaller] InstallFrameConfigurator.setResizePanelDecorations(boolean)

[buildinstaller] Some installer configuration information may be lost
[buildinstaller] java.lang.NoSuchMethodException
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.c(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at ZeroGlm.c(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at InstallAnywhere.a(DashoA10*..)
[buildinstaller] at InstallAnywhere.main(DashoA10*..)
[buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
ethod)
[buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet
hodAccessorImpl.java:39)
[buildinstaller] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Deleg
atingMethodAccessorImpl.java:25)
[buildinstaller] at java.lang.reflect.Method.invoke(Method.java:585)
[buildinstaller] at com.zerog.lax.LAX.launch(DashoA10*..)
[buildinstaller] at com.zerog.lax.LAX.main(DashoA10*..)
[buildinstaller] Unable to invoke the method:
[buildinstaller] InstallFrameConfigurator.setAllowLabelTextToWrap(boolean)
[buildinstaller] Some installer configuration information may be lost
[buildinstaller] java.lang.NoSuchMethodException
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.c(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at ZeroGlm.c(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at InstallAnywhere.a(DashoA10*..)
[buildinstaller] at InstallAnywhere.main(DashoA10*..)
[buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
ethod)
[buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet
hodAccessorImpl.java:39)
[buildinstaller] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Deleg
atingMethodAccessorImpl.java:25)
[buildinstaller] at java.lang.reflect.Method.invoke(Method.java:585)
[buildinstaller] at com.zerog.lax.LAX.launch(DashoA10*..)
[buildinstaller] at com.zerog.lax.LAX.main(DashoA10*..)
[buildinstaller] Unable to invoke the method:
[buildinstaller] InstallerInfoData.setLicense(String)
[buildinstaller] Some installer configuration information may be lost
[buildinstaller] java.lang.NoSuchMethodException
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.c(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at ZeroGlm.c(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at InstallAnywhere.a(DashoA10*..)
[buildinstaller] at InstallAnywhere.main(DashoA10*..)
[buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
ethod)
[buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet
hodAccessorImpl.java:39)
[buildinstaller] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Deleg
atingMethodAccessorImpl.java:25)
[buildinstaller] at java.lang.reflect.Method.invoke(Method.java:585)
[buildinstaller] at com.zerog.lax.LAX.launch(DashoA10*..)
[buildinstaller] at com.zerog.lax.LAX.main(DashoA10*..)
0 Kudos
pv7721
Level 20

So I'm not sure if I understood correctly here: as you noticed, source path is a per-user setting, but I think you can do what you did, manually copy the file and then alter it! But you did that then you got the error?
0 Kudos
phoenix_ml
Level 3

Yes that is right.
0 Kudos
pv7721
Level 20

Without your project it's hard to tell where the issue might be!...
0 Kudos