Skip to Content.
Sympa Menu

perfsonar-dev - minor issues

Subject: perfsonar development work

List archive

minor issues


Chronological Thread 
  • From: Joost de Mes <>
  • To: "" <>
  • Subject: minor issues
  • Date: Thu, 07 Dec 2006 15:33:43 +0100

Loukik (and others),

When developing on a windows system (eg running tomcat somewhere in c:\program files...) the build scripts, and some parts of the code won't work.

In axis-deploy-targets.xml in targets "deploy-adminclient" and "undeploy-adminclient" the AdminClient arguments aren't escaped, wich generates errors when using spaces in filenames
<arg line="-l ${adminService} ${deployFile}"/>
should be:
<arg line="-l '${adminService}' '${deployFile}'"/>

In org.perfsonar.commons.auxiliary.AuxiliaryComponentManager (trunk) line 78:
String configFileName = urlString.getFile();
When used with windows, the configFileName becomes something like:
"/C:\Program%20Files\...perfsonar/conf/components.properties"
Wich java will not understand. I haven't got a simple solution for this problem yet.

I haven't posted these bugs on bugzilla because they're only portability issues, and (i think) 99% will use linux anyway. Maybe these can be solved in the next (alpha/beta) release.

Joost de Mes




Archive powered by MHonArc 2.6.16.

Top of Page