Edgewall Software
Modify

Opened 16 years ago

Closed 15 years ago

Last modified 12 years ago

#319 closed defect (duplicate)

Windows slashes on Trac running on Linux

Reported by: jago@… Owned by: cmlenz
Priority: minor Milestone:
Component: Trac plugin Version: 0.5.3
Keywords: Cc:
Operating System: Linux

Description

I have Trac+Bitten on a Linux machine and a recipe for java ant build. The build is executed on Linux and Windows machine.

When viewing log of the ant build on the linux machine whenever there's a file Trac automatically links it to the corresponding file in the Browse Source page, but the log from the windows machine does not showed this links.

Here's an example of both logs, it seems that windows slashes are the problem:

Windows Log (file link is not showed):

package\wfe_amc\src\com\motorola\amc\database\ParseDataBaseTypes.java:24: warning: com.sun.org.apache.xerces.internal.parsers.SAXParser is Sun proprietary API and may be removed in a future release
import com.sun.org.apache.xerces.internal.parsers.SAXParser;

Linux log (file link is shown and working):

package/jkit/src/jkit/swing/ActionRedirector.java:13: warning: sun.swing.UIAction is Sun proprietary API and may be removed in a future release
import sun.swing.UIAction;

Attachments (0)

Change History (1)

comment:1 Changed 15 years ago by osimons

  • Milestone 0.6 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Closing as duplicate of #209.

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.