but it is not giving me any build fail or susscees error and it is skipping al the java files with messges as below
[javac] workstation\WebContent\trust\PortfolioRealizedGainLossSummaryList\PortfolioRealizedGainLossSummaryListActionListSampleSite.xml skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetail.css skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetail.html skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetail.jsp skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetail.xml skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetailActionList.xmi skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetailActionList.xml skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetailActionListSampleSite.xml skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipSummaryList\PortfolioRelationshipSummaryList.css skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipSummaryList\PortfolioRelationshipSummaryList.html skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipSummaryList\PortfolioRelationshipSummaryList.jsp skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipSummaryList\PortfolioRelationshipSummaryList.xml skipped - don't know how to handle it
please someone guide me what i am missing hre to run successful javax task in ant ?
RegARDS
Carol Enderlin
drifter
Ranch Hand
Joined: Oct 10, 2000
Posts: 1348
posted
0
I don't see any java files skipped, just css, html, jsp, xml, xmi, ...
anthriksh ed wrote:
[javac] workstation\WebContent\trust\PortfolioRealizedGainLossSummaryList\PortfolioRealizedGainLossSummaryListActionListSampleSite.xml skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetail.css skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetail.html skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetail.jsp skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetail.xml skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetailActionList.xmi skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetailActionList.xml skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipDetail\PortfolioRelationshipDetailActionListSampleSite.xml skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipSummaryList\PortfolioRelationshipSummaryList.css skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipSummaryList\PortfolioRelationshipSummaryList.html skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipSummaryList\PortfolioRelationshipSummaryList.jsp skipped - don't know how to handle it
[javac] workstation\WebContent\trust\PortfolioRelationshipSummaryList\PortfolioRelationshipSummaryList.xml skipped - don't know how to handle it
Isn't your source in a 'src' or 'source' directory separate from everything else? Looks like your javac is pointing at the whole world. To at least clean up the errors you could use an include to specify the java files
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Ant javac task error with Rational application developement studio 7