Ticket #146 (new defect)

Opened 11 months ago

building with NetBeans

Reported by: johan Owned by: somebody
Priority: minor Milestone:
Component: dalicms-admin Version: 1.0
Keywords: Cc:

Description

Currently, building dalicms with Netbeans fails since no project is provided (see build.xml:

<property name="PROJECT" value="" /> <condition property="no.project">

<equals arg1="${PROJECT}" arg2="" />

</condition> <fail message="Please specify a project by adding -DPROJECT=PROJECT_NAME" if="no.project" />

)

Note: See TracTickets for help on using tickets.