This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 136049 - WinXP: Ant <import> barfs on //servername/ paths when run from NB, but works from command line
Summary: WinXP: Ant <import> barfs on //servername/ paths when run from NB, but works ...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 03:40 UTC by clheiny
Modified: 2008-10-21 14:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description clheiny 2008-05-29 03:40:21 UTC
Building on Windows XP Professional, NB 6.1, Java 1.6.0, Ant 1.7.0.  We have an <import/> in our build.xml, like so:
    <import file="${syna.antstuff}/ant-synaptics.xml" />
where syna.antstuff expands to
    //someserver/release/all-arch/include/ant

We can run ant just fine from a CMD prompt using Apache Ant (rather than the version bundled with NB 6.1), and
everything builds.  But if we run it from inside NetBeans, we get the following rather cryptic message:
    C:\Projects\tools\Mepasaurus\build.xml:93: java.lang.IllegalArgumentException: Attempted to pass a null directory
 to findProject

If we change the import to reference a drive letter (for example, "T:/release/all-arch/include/ant/ant-synaptics.xml"),
it builds OK.

We've tried changing the Ant home specification in the options window to reference Apache Ant, but that hasn't helped.

After a bit of poking around, it appears that when you run Ant from inside Netbeans, it will choke on //server/... style
pathnames; but when you run it from the CMD prompt, it works just fine.
Comment 1 Jesse Glick 2008-05-29 18:25:08 UTC
UNC paths are not currently supported by NB; see issue #46813. That said, the symptom (IllegalArgumentException) should
probably be fixed anyway. The message you show is not enough to diagnose; you would need to set Verbosity to Verbose in
Ant Settings and get a stack trace.
Comment 2 clheiny 2008-05-29 18:39:31 UTC
Thanks.  I see that issue #46813 is scheduled for 6.5, and appears to be getting active support.

As a side question, why does Ant work fine from the command line, and not from inside NB?  After we redirected the Ant 
home setting to regular Apache Ant installation (instead of the NB bundled one), I would have expected it to work.
Comment 3 Jesse Glick 2008-05-29 18:44:11 UTC
The bundled Ant is a vanilla 1.7.0. The error is likely coming from a custom logger used by NB to hyperlink error
messages or the like. But without a stack trace I cannot know.
Comment 4 clheiny 2008-05-29 18:53:49 UTC
I'll run the Verbosity == Verbose setting later today and append the stack trace.
Comment 5 clheiny 2008-05-29 21:03:27 UTC
I switched back to the bundled version of Ant.

The result of tweaking Verbosity kind of odd.  Here's the results withe Verbosity==Normal, which generates the
mysterious error message.

"\\us-filer\toolbox\release/all-arch/include/ant/ant-synaptics.xml"
C:\tools\positiondata\build.xml:87: java.lang.IllegalArgumentException: Attempted to pass a null directory to findProject


And here's the results with Verbosity==Verbose.  Note that the build runs successfully to completion.

Detected Java version: 1.6 in: C:\Program Files\Java\jdk1.6.0_01\jre
Detected OS: Windows XP
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar!/org/netbeans/modules/compapp/projects/jbi/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar!/org/netbeans/modules/compapp/projects/jbi/antlib.xml
Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar!/org/netbeans/modules/compapp/projects/jbi/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar!/org/netbeans/modules/compapp/projects/jbi/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/profiler3/ant/nblib/org-netbeans-modules-profiler.jar!/org/netbeans/modules/profiler/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/profiler3/ant/nblib/org-netbeans-modules-profiler.jar!/org/netbeans/modules/profiler/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/profiler3/ant/nblib/org-netbeans-modules-profiler.jar!/org/netbeans/modules/profiler/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/profiler3/ant/nblib/org-netbeans-modules-profiler.jar!/org/netbeans/modules/profiler/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/apisupport1/ant/nblib/org-netbeans-modules-apisupport-ant.jar!/org/netbeans/modules/apisupport/ant/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/apisupport1/ant/nblib/org-netbeans-modules-apisupport-ant.jar!/org/netbeans/modules/apisupport/ant/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/apisupport1/ant/nblib/org-netbeans-modules-apisupport-ant.jar!/org/netbeans/modules/apisupport/ant/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/apisupport1/ant/nblib/org-netbeans-modules-apisupport-ant.jar!/org/netbeans/modules/apisupport/ant/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-deployment-wm.jar!/org/netbeans/modules/deployment/wm/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-deployment-wm.jar!/org/netbeans/modules/deployment/wm/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-deployment-wm.jar!/org/netbeans/modules/deployment/wm/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-deployment-wm.jar!/org/netbeans/modules/deployment/wm/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-xslt-project.jar!/org/netbeans/modules/xslt/project/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-xslt-project.jar!/org/netbeans/modules/xslt/project/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-xslt-project.jar!/org/netbeans/modules/xslt/project/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-xslt-project.jar!/org/netbeans/modules/xslt/project/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/enterprise5/ant/nblib/org-netbeans-modules-j2ee-ant.jar!/org/netbeans/modules/j2ee/ant/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/enterprise5/ant/nblib/org-netbeans-modules-j2ee-ant.jar!/org/netbeans/modules/j2ee/ant/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/enterprise5/ant/nblib/org-netbeans-modules-j2ee-ant.jar!/org/netbeans/modules/j2ee/ant/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/enterprise5/ant/nblib/org-netbeans-modules-j2ee-ant.jar!/org/netbeans/modules/j2ee/ant/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-bpel-project.jar!/org/netbeans/modules/bpel/project/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-bpel-project.jar!/org/netbeans/modules/bpel/project/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-bpel-project.jar!/org/netbeans/modules/bpel/project/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-bpel-project.jar!/org/netbeans/modules/bpel/project/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/enterprise5/ant/nblib/org-netbeans-modules-j2ee-sun-appsrv81.jar!/org/netbeans/modules/j2ee/sun/appsrv81/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/enterprise5/ant/nblib/org-netbeans-modules-j2ee-sun-appsrv81.jar!/org/netbeans/modules/j2ee/sun/appsrv81/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/enterprise5/ant/nblib/org-netbeans-modules-j2ee-sun-appsrv81.jar!/org/netbeans/modules/j2ee/sun/appsrv81/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/enterprise5/ant/nblib/org-netbeans-modules-j2ee-sun-appsrv81.jar!/org/netbeans/modules/j2ee/sun/appsrv81/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-sql-project.jar!/org/netbeans/modules/sql/project/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-sql-project.jar!/org/netbeans/modules/sql/project/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-sql-project.jar!/org/netbeans/modules/sql/project/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/soa2/ant/nblib/org-netbeans-modules-sql-project.jar!/org/netbeans/modules/sql/project/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-ant-browsetask.jar!/org/netbeans/modules/ant/browsetask/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-ant-browsetask.jar!/org/netbeans/modules/ant/browsetask/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-ant-browsetask.jar!/org/netbeans/modules/ant/browsetask/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-ant-browsetask.jar!/org/netbeans/modules/ant/browsetask/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-mobility-project.jar!/org/netbeans/modules/mobility/project/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-mobility-project.jar!/org/netbeans/modules/mobility/project/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-mobility-project.jar!/org/netbeans/modules/mobility/project/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-mobility-project.jar!/org/netbeans/modules/mobility/project/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-debugger-jpda-ant.jar!/org/netbeans/modules/debugger/jpda/ant/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-debugger-jpda-ant.jar!/org/netbeans/modules/debugger/jpda/ant/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-debugger-jpda-ant.jar!/org/netbeans/modules/debugger/jpda/ant/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-debugger-jpda-ant.jar!/org/netbeans/modules/debugger/jpda/ant/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-javawebstart-signtask.jar!/org/netbeans/modules/javawebstart/signtask/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-javawebstart-signtask.jar!/org/netbeans/modules/javawebstart/signtask/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-javawebstart-signtask.jar!/org/netbeans/modules/javawebstart/signtask/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/java2/ant/nblib/org-netbeans-modules-javawebstart-signtask.jar!/org/netbeans/modules/javawebstart/signtask/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-deployment-deviceanywhere.jar!/org/netbeans/modules/deployment/deviceanywhere/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-deployment-deviceanywhere.jar!/org/netbeans/modules/deployment/deviceanywhere/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-deployment-deviceanywhere.jar!/org/netbeans/modules/deployment/deviceanywhere/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-deployment-deviceanywhere.jar!/org/netbeans/modules/deployment/deviceanywhere/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-j2me-cdc-project-nsicom.jar!/org/netbeans/modules/j2me/cdc/project/nsicom/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-j2me-cdc-project-nsicom.jar!/org/netbeans/modules/j2me/cdc/project/nsicom/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-j2me-cdc-project-nsicom.jar!/org/netbeans/modules/j2me/cdc/project/nsicom/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/mobility8/ant/nblib/org-netbeans-modules-j2me-cdc-project-nsicom.jar!/org/netbeans/modules/j2me/cdc/project/nsicom/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/identity2/ant/nblib/org-netbeans-modules-identity-ant.jar!/org/netbeans/modules/identity/ant/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/identity2/ant/nblib/org-netbeans-modules-identity-ant.jar!/org/netbeans/modules/identity/ant/antlib.xml
parsing buildfile
jar:file:/C:/Program%20Files/NetBeans%206.1/identity2/ant/nblib/org-netbeans-modules-identity-ant.jar!/org/netbeans/modules/identity/ant/antlib.xml
with URI =
jar:file:/C:/Program%20Files/NetBeans%206.1/identity2/ant/nblib/org-netbeans-modules-identity-ant.jar!/org/netbeans/modules/identity/ant/antlib.xml
parsing buildfile C:\tools\positiondata\build.xml with URI = file:/C:/tools/positiondata/build.xml
Project base dir set to: C:\tools\positiondata
Importing file C:\tools\positiondata\nbproject\build-impl.xml from C:\tools\positiondata\build.xml
parsing buildfile C:\tools\positiondata\nbproject\build-impl.xml with URI =
file:/C:/tools/positiondata/nbproject/build-impl.xml
Loading Environment env.
"\\us-filer\toolbox\release/all-arch/include/ant/ant-synaptics.xml"
Importing file \\us-filer\toolbox\release\all-arch\include\ant\ant-synaptics.xml from C:\tools\positiondata\build.xml
parsing buildfile \\us-filer\toolbox\release\all-arch\include\ant\ant-synaptics.xml with URI =
file:////us-filer/toolbox/release/all-arch/include/ant/ant-synaptics.xml
Override ignored for property "syna.arch"
Build sequence for target(s) `jar' is [-pre-init, -init-private, -init-user, -init-project, -init-macrodef-property,
-do-init, -post-init, -init-check, -init-macrodef-javac, -init-macrodef-junit, -init-macrodef-nbjpda, -init-debug-args,
-init-macrodef-debug, -init-macrodef-java, -init-presetdef-jar, init, deps-jar, -pre-pre-compile, -pre-compile,
-compile-depend, -do-compile, -post-compile, compile, -pre-jar, -pre-pre-jar, -do-jar-with-manifest,
-do-jar-without-manifest, -do-jar-with-mainclass, -do-jar-with-libraries, -post-jar, jar]
Complete build sequence is [-pre-init, -init-private, -init-user, -init-project, -init-macrodef-property, -do-init,
-post-init, -init-check, -init-macrodef-javac, -init-macrodef-junit, -init-macrodef-nbjpda, -init-debug-args,
-init-macrodef-debug, -init-macrodef-java, -init-presetdef-jar, init, deps-jar, -pre-pre-compile, -pre-compile,
-compile-depend, -do-compile, -post-compile, compile, -pre-jar, -pre-pre-jar, -do-jar-with-manifest,
-do-jar-without-manifest, -do-jar-with-mainclass, -do-jar-with-libraries, -post-jar, jar, -pre-pre-compile-test,
-pre-compile-test-single, positiondata-impl.-do-compile-test-single, -debug-start-debugger-stepinto,
-debug-start-debuggee, debug-stepinto, positiondata-impl.-init-macrodef-property, -post-compile-single,
-pre-compile-single, -do-compile-single, compile-single, -debug-start-debugger, -debug-start-debuggee-applet,
positiondata-impl.debug-applet, positiondata-impl.-do-init, -pre-compile-test, -compile-test-depend, -do-compile-test,
-post-compile-test, compile-test, -pre-test-run, -do-test-run, -post-test-run, debug,
positiondata-impl.-pre-pre-compile, positiondata-impl.-post-compile-single, positiondata-impl.-post-init,
positiondata-impl.-javadoc-build, positiondata-impl.-init-private, positiondata-impl.test-report,
positiondata-impl.-init-project, test-report, -test-browse, test, positiondata-impl.-init-user,
positiondata-impl.-compile-test-depend, checkenv, positiondata-impl.-do-compile-single, positiondata-impl.-do-compile,
positiondata-impl.-init-macrodef-junit, positiondata-impl.-debug-start-debugger-test,
positiondata-impl.-post-compile-test-single, -javadoc-build, -javadoc-browse, javadoc, -do-not-recompile,
positiondata-impl.run-single, -debug-start-debuggee-test, positiondata-impl.-init-macrodef-nbjpda, -pre-debug-fix,
-do-compile-test-single, -post-compile-test-single, compile-test-single, -do-debug-fix-test, debug-fix-test, run,
positiondata-impl.-do-jar-with-libraries, positiondata-impl.-pre-compile-test, positiondata-impl.-pre-compile,
-pre-test-run-single, positiondata-impl.-do-test-run-single, positiondata-impl.-pre-compile-test-single,
-debug-start-debuggee-single, positiondata-impl.debug-single, positiondata-impl.-do-test-run,
positiondata-impl.-pre-compile-single, -post-clean, positiondata-impl.-debug-start-debuggee-applet, install,
-do-debug-fix, positiondata-impl.compile-single, positiondata-impl.compile-test, antstuff.pdfs,
positiondata-impl.-debug-start-debugger, positiondata-impl.-debug-start-debugger-stepinto, -do-test-run-single,
-post-test-run-single, positiondata-impl.test-single, positiondata-impl.-do-clean,
positiondata-impl.-debug-start-debuggee, positiondata-impl.-do-not-recompile, positiondata-impl.-init-macrodef-javac,
positiondata-impl.-debug-start-debuggee-single, positiondata-impl.-pre-test-run-single, default,
positiondata-impl.-pre-jar, positiondata-impl.-do-jar-with-manifest, positiondata-impl.-post-compile-test,
positiondata-impl.javadoc, positiondata-impl.debug-fix, positiondata-impl.-pre-debug-fix,
positiondata-impl.-compile-depend, deps-clean, -debug-start-debugger-test, positiondata-impl.-init-macrodef-debug,
debug-applet, positiondata-impl.-post-compile, antstuff.makepdf, positiondata-impl.jar, debug-test,
positiondata-impl.-do-jar-without-manifest, positiondata-impl.-javadoc-browse, positiondata-impl.compile,
positiondata-impl.default, positiondata-impl.-pre-init, positiondata-impl.-post-test-run,
positiondata-impl.-init-presetdef-jar, positiondata-impl.-init-macrodef-java, positiondata-impl.deps-clean,
positiondata-impl.-do-debug-fix-test, positiondata-impl.init, run-applet, positiondata-impl.-test-browse,
positiondata-impl.debug-stepinto, test-single, debug-single, positiondata-impl.-post-test-run-single,
positiondata-impl.-pre-test-run, positiondata-impl.deps-jar, antstuff.checkenv, positiondata-impl.compile-test-single,
positiondata-impl.-debug-start-debuggee-test, positiondata-impl.-do-compile-test, pdfs, -do-clean,
positiondata-impl.-pre-pre-jar, positiondata-impl.debug-test, positiondata-impl.-init-check, makepdf,
positiondata-impl.clean, positiondata-impl.-post-clean, positiondata-impl.test, positiondata-impl.run,
positiondata-impl.debug-fix-test, debug-fix, positiondata-impl.-init-debug-args, clean, run-single,
positiondata-impl.-pre-pre-compile-test, positiondata-impl.-do-debug-fix, positiondata-impl.run-applet,
positiondata-impl.-do-jar-with-mainclass, positiondata-impl.-post-jar, positiondata-impl.debug, ]
-pre-init:
-init-private:
Loading C:\tools\positiondata\nbproject\private\config.properties
Unable to find property file: C:\tools\positiondata\nbproject\private\config.properties
Property "config" has not been set
Loading C:\tools\positiondata\nbproject\private\configs\${config}.properties
Unable to find property file: C:\tools\positiondata\nbproject\private\configs\${config}.properties
Loading C:\tools\positiondata\nbproject\private\private.properties
-init-user:
Loading C:\Documents and Settings\cheiny\.netbeans\6.1\build.properties
Property "j2ee.platform.classpath" has not been set
Override ignored for property "default.javac.source"
Override ignored for property "default.javac.target"
-init-project:
Property "config" has not been set
Loading C:\tools\positiondata\nbproject\configs\${config}.properties
Unable to find property file: C:\tools\positiondata\nbproject\configs\${config}.properties
Loading C:\tools\positiondata\nbproject\project.properties
-init-macrodef-property:
creating macro  http://www.netbeans.org/ns/j2se-project/1:property
-do-init:
Property "manifest.file" has not been set
Unable to find ${manifest.file} to set property manifest.available
Property "main.class" has not been set
Property "manifest.available+main.class" has not been set
Found: test
Found: src
Property "javadoc.preview" has not been set
Override ignored for property "run.jvmargs"
Override ignored for property "javac.compilerargs"
Property "no.dependencies" has not been set
Override ignored for property "application.args"
Override ignored for property "includes"
Override ignored for property "excludes"
Unable to find nbproject\jaxws-build.xml
-post-init:
-init-check:
-init-macrodef-javac:
creating macro  http://www.netbeans.org/ns/j2se-project/3:javac
creating macro  http://www.netbeans.org/ns/j2se-project/3:depend
creating macro  http://www.netbeans.org/ns/j2se-project/3:force-recompile
-init-macrodef-junit:
creating macro  http://www.netbeans.org/ns/j2se-project/3:junit
-init-macrodef-nbjpda:
Property "main.class" has not been set
creating macro  http://www.netbeans.org/ns/j2se-project/1:nbjpdastart
creating macro  http://www.netbeans.org/ns/j2se-project/1:nbjpdareload
-init-debug-args:
Property "have-jdk-older-than-1.4" has not been set
-init-macrodef-debug:
Property "main.class" has not been set
creating macro  http://www.netbeans.org/ns/j2se-project/3:debug
-init-macrodef-java:
Property "main.class" has not been set
creating macro  http://www.netbeans.org/ns/j2se-project/1:java
-init-presetdef-jar:
defining preset http://www.netbeans.org/ns/j2se-project/1:jar
init:
deps-jar:
-pre-pre-compile:
Skipping C:\tools\positiondata\build\classes because it already exists.
-pre-compile:
-compile-depend:
Skipped because property 'do.depend.true' not set.
-do-compile:
com\synaptics\positiondata\ButtonInfo.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\ButtonInfo.class is up to date.
com\synaptics\positiondata\Delta2D.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Delta2D.class is up to date.
com\synaptics\positiondata\DeviceDescription.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\DeviceDescription.class is up to date.
com\synaptics\positiondata\Fingercount.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Fingercount.class is up to date.
com\synaptics\positiondata\Log.java omitted as C:\tools\positiondata\build\classes\com\synaptics\positiondata\Log.class
is up to date.
com\synaptics\positiondata\Motion1D.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Motion1D.class is up to date.
com\synaptics\positiondata\Physical2D.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Physical2D.class is up to date.
com\synaptics\positiondata\Pinch.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Pinch.class is up to date.
com\synaptics\positiondata\PositionDataContentHandler.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\PositionDataContentHandler.class is up to date.
com\synaptics\positiondata\PositionElement.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\PositionElement.class is up to date.
com\synaptics\positiondata\PositionFileFilter.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\PositionFileFilter.class is up to date.
com\synaptics\positiondata\Raw1D.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Raw1D.class is up to date.
com\synaptics\positiondata\Raw2D.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Raw2D.class is up to date.
com\synaptics\positiondata\Report.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Report.class is up to date.
com\synaptics\positiondata\Reported1D.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Reported1D.class is up to date.
com\synaptics\positiondata\Reported2D.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Reported2D.class is up to date.
com\synaptics\positiondata\Timestamp.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\Timestamp.class is up to date.
com\synaptics\positiondata\TouchpadDescription.java omitted as
C:\tools\positiondata\build\classes\com\synaptics\positiondata\TouchpadDescription.class is up to date.
No sources found.
 omitted as C:\tools\positiondata\build\classes is up to date.
com omitted as C:\tools\positiondata\build\classes\com is up to date.
com\synaptics omitted as C:\tools\positiondata\build\classes\com\synaptics is up to date.
com\synaptics\positiondata omitted as C:\tools\positiondata\build\classes\com\synaptics\positiondata is up to date.
-post-compile:
compile:
-pre-jar:
-pre-pre-jar:
Skipping C:\tools\positiondata\dist because it already exists.
-do-jar-with-manifest:
Skipped because property 'manifest.available' not set.
-do-jar-without-manifest:
com omitted as C:\tools\positiondata\dist\positiondata.jar:com/ is up to date.
com\synaptics omitted as C:\tools\positiondata\dist\positiondata.jar:com/synaptics/ is up to date.
com\synaptics\positiondata omitted as C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/ is up to date.
com\synaptics\positiondata\ButtonInfo.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/ButtonInfo.class is up to date.
com\synaptics\positiondata\Delta2D.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Delta2D.class is up to date.
com\synaptics\positiondata\DeviceDescription.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/DeviceDescription.class is up to date.
com\synaptics\positiondata\Fingercount.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Fingercount.class is up to date.
com\synaptics\positiondata\Log.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Log.class is up to date.
com\synaptics\positiondata\Motion1D.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Motion1D.class is up to date.
com\synaptics\positiondata\Physical2D.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Physical2D.class is up to date.
com\synaptics\positiondata\Pinch.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Pinch.class is up to date.
com\synaptics\positiondata\PositionDataContentHandler.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/PositionDataContentHandler.class is up to date.
com\synaptics\positiondata\PositionElement.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/PositionElement.class is up to date.
com\synaptics\positiondata\PositionFileFilter.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/PositionFileFilter.class is up to date.
com\synaptics\positiondata\Raw1D.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Raw1D.class is up to date.
com\synaptics\positiondata\Raw2D.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Raw2D.class is up to date.
com\synaptics\positiondata\Report.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Report.class is up to date.
com\synaptics\positiondata\Reported1D.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Reported1D.class is up to date.
com\synaptics\positiondata\Reported2D.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Reported2D.class is up to date.
com\synaptics\positiondata\Timestamp.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/Timestamp.class is up to date.
com\synaptics\positiondata\TouchpadDescription.class omitted as
C:\tools\positiondata\dist\positiondata.jar:com/synaptics/positiondata/TouchpadDescription.class is up to date.
-do-jar-with-mainclass:
Skipped because property 'manifest.available+main.class' not set.
-do-jar-with-libraries:
Skipped because property 'manifest.available+main.class+mkdist.available' not set.
-post-jar:
jar:
BUILD SUCCESSFUL (total time: 0 seconds)
Comment 6 Milan Kubec 2008-10-21 14:21:36 UTC
Should be fixed in 6.5.