Opened 16 years ago

Closed 16 years ago

#890 closed defect (fixed)

Ant target 'package.examples' fails when compiling webservices

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 2.5.1
Component: core Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

Compile BASE with:

ant clean package.examples

Part of the output from ant:

webservices.server.compile:
    [mkdir] Created dir: /home/auster/nicklas/projects/eclipse/2.5-stable/build/webservices/server
    [javac] Compiling 12 source files to /home/auster/nicklas/projects/eclipse/2.5-stable/build/webservices/server
    [javac] /home/auster/nicklas/projects/eclipse/2.5-stable/src/webservices/server/net/sf/basedb/ws/server/ReporterService.java:26: 
package net.sf.basedb.clients.web.formatter does not exist
    [javac] import net.sf.basedb.clients.web.formatter.FormatterFactory;
.... and some more...

It happens because the web client hasn't been compiled yet. It should be added as a dependency to the webservices target.

Change History (2)

comment:1 by Nicklas Nordborg, 16 years ago

Description: modified (diff)
Summary: ant package.examples fails when compiling webservicesAnt target 'package.examples' fails when compiling webservices

comment:2 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: newclosed

(In [4079]) Fixes #890: Ant target 'package.examples' fails when compiling webservices

Note: See TracTickets for help on using tickets.